home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / catalogg / 32pssw10.zip / _SETUP.1 / SOO32S.EXE / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt
Text File  |  1996-10-12  |  1KB  |  65 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 245
  3.   Top = 120
  4.   ActiveControl = Password
  5.   BorderStyle = bsDialog
  6.   Caption = 'Password Dialog'
  7.   ClientHeight = 93
  8.   ClientWidth = 237
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 9
  20.     Width = 122
  21.     Height = 13
  22.     Caption = 'Enter New Password:'
  23.   end
  24.   object Password: TEdit
  25.     Left = 8
  26.     Top = 27
  27.     Width = 220
  28.     Height = 20
  29.     PasswordChar = '*'
  30.     TabOrder = 0
  31.   end
  32.   object OKBtn: TBitBtn
  33.     Left = 80
  34.     Top = 59
  35.     Width = 77
  36.     Height = 27
  37.     Caption = '&OK'
  38.     TabOrder = 1
  39.     Kind = bkOK
  40.     Margin = 2
  41.     Spacing = -1
  42.   end
  43.   object CancelBtn: TBitBtn
  44.     Left = 159
  45.     Top = 59
  46.     Width = 77
  47.     Height = 27
  48.     Caption = '&Cancel'
  49.     TabOrder = 2
  50.     Kind = bkCancel
  51.     Margin = 2
  52.     Spacing = -1
  53.   end
  54.   object BitBtn1: TBitBtn
  55.     Left = 1
  56.     Top = 59
  57.     Width = 77
  58.     Height = 27
  59.     TabOrder = 3
  60.     Kind = bkHelp
  61.     Margin = 2
  62.     Spacing = -1
  63.   end
  64. end
  65.